﻿@import url("system.css");
/*内容页中的分页样式，可以通过覆盖CSS的方法改写*/
#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center;  width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}
/*头部开始********************************************************************************************/
@charset "utf-8";
/*html {filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}*/
.w {
    width: 1400px;
    margin: 0 auto;
}
.nav_w{
   width: 1650px;
      margin: 0 auto;
}
html, body {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 14px;
    background: #fff;

}

.swiper-container{
    width: 100%;
    height: 100%;
}

/*导航*/
.topnav {
    z-index: 1000;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
}
.topnav .logo{
    width: 377px;
    height: 59px;
    margin-top: 20px;
  float: left;
}
.topnav .logo img{
    width: 100%;
    height: 100%;
}
.topnav .nav_list {
    justify-content: center;
      float: left;
      padding-left: 60px;
}

.topnav .nav_list li {
    padding: 0 30px;
    line-height: 100px;
}

.topnav .nav_list li>a {
    font-size: 16px;
    position: relative;
}
.topnav .nav_list li>a:after{
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 0;
    display: block;
    height: 2px;
    background: #54a82f;
    content: "";
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.topnav .nav_list li>a:hover,
.topnav .nav_list li>a.on{
    color: #54a82f;
}
.topnav .nav_list li>a:hover:after,
.topnav .nav_list li>a.on:after{
    width: 100%;
}
.topnav .right{
    float: right;
}
.topnav .share_box li{
    float: left;
    position: relative;
    margin-left: 20px;
    width: 36px;
    height: 100px;
}
.topnav .share_box li a{
    background: #c1c1c1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.topnav .share_box li a:hover{
    background: #54a82f;
}
.topnav .share_box li a span{
    width: 100%;
    height: 100%;
    background: url(img/top_icon1.png) no-repeat center center;
}
.topnav .share_box li:nth-of-type(2) a span{
    background: url(img/top_icon2.png) no-repeat center center;
}
.topnav .share_box li:nth-of-type(3) a span{
    background: url(img/top_icon3.png) no-repeat center center;
}

.topnav .share_box li img{
    position: absolute;
    top: 100%;
    left: -40px;
    width: 120px;
    height: 120px;
    display: none;
}
.topnav .share_box li:hover img{
    display: block;
}
.topnav .phone{
    text-align: right;
    padding-top: 30px;
}
.topnav .phone a{
    font-size: 22px;
    display: block;
    font-family: Arial,Microsoft YaHei,SimSun;
}
.topnav .phone span{
    opacity: .8;
    font-size: 14px;
}
/*首页banner*/
.banner{
    position: relative;
    padding-top: 100px;
}
.banner .swiper-slide>a,
.banner .swiper-slide .banner_img{
    width: 100%;
}
.banner_con{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
.banner_con .banner_info{
    width: 530px;
    height: 250px;
    background: -ms-linear-gradient(to right,rgba(96,182,59,.9),rgba(32,138,208,.9));
    background: -webkit-linear-gradient(to right,rgba(96,182,59,.9),rgba(32,138,208,.9));
    background: -o-linear-gradient(to right,rgba(96,182,59,.9),rgba(32,138,208,.9));
    background: -moz-linear-gradient(to right,rgba(96,182,59,.9),rgba(32,138,208,.9));
    background: linear-gradient(to right,rgba(96,182,59,.9),rgba(32,138,208,.9));
    padding: 25px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.banner_con .banner_info .p1{
    font-size: 34px;
    line-height: 42px;
    height: 42px;
}
.banner_con .banner_info .info{
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    margin: 10px 0 40px;
}
.banner .swiper-pagination-bullet{
    width: 26px;
    height: 26px;
    background: url(img/dot.png) no-repeat center center;
    margin: 0 15px;
    opacity: 1;
}
.banner .swiper-pagination-bullet-active{
    background: url(img/dot_hover.png) no-repeat center center;
}
/*数字部分*/
.num_sec{
    background: #54a82f;
    color: #fff;
    padding: 55px 0;
}
.num_sec ul{
    justify-content: space-between;
}
.num_sec ul li{
    position: relative;
}
.num_sec ul li:after{
    position: absolute;
    bottom: 0;
    width: 15px;
    height: 100%;
    background: url(img/num_bg.png) no-repeat bottom center;
    content: "";
    display: block;
    right: -50%;
}
.num_sec ul li:last-of-type:after{
    display: none;
}
.num_sec ul li p{
    text-align: center;
}
.num_sec ul li .p1 span{
    font-size: 40px;
    font-family: Arial,Microsoft YaHei,SimSun;
}
.num_sec ul li .p1 i{
    font-size: 13px;
    margin-left: 5px;
}
.num_sec ul li .p2{
    font-size: 18px;
    margin-top: 15px;
}

/*大标题*/
.title_box{
    margin-bottom: 40px;
    text-align: center;
}
.title_box .title1{
    font-size: 32px;
    letter-spacing: 2px;
}
.title_box .title2{
    letter-spacing: 4px;
    margin: 10px 0;
}
.title_box .more{
    opacity: .6;
    position: relative;
    padding: 0 40px;

}
.title_box .more:after,
.title_box .more:before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 1px;
    background: #1e8a30;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.title_box .more:after{
    left: auto;
    right:0;
}
.more_icon{
    padding-left: 27px;
    line-height: 21px;
    background: url(img/more_icon.png) no-repeat center left;
    font-size: 16px;
    color: #54646f;

}

.more_icon:hover{
    margin-left: 10px;
}
.sec{
    padding: 70px 0;
}
.sec1{
    background: url(img/sec1_bg.jpg) no-repeat bottom center;
    background-size: cover;
}

.sec1 .left{
    width: 53.57%;
    position: relative;
}
.sec1 .left li{
    height: 450px;
    background-size: cover !important;
}
.swiper-button-next-about,
.swiper-button-prev-about{
    width: 50px;
    height: 50px;
    top: auto;
    bottom:0;
}
.swiper-button-prev-about{
    left: -50px;
}
.swiper-button-next-about{
    right: auto;
    left: 0;
}
.swiper-button-next-about:after,
.swiper-button-prev-about:after{
    width: 100%;
    height: 100%;
    line-height: 50px;
    background: #fff;
    text-align: center;
    font-size: 16px;
    color: #54a82f;
}
.swiper-button-next-about:hover:after,
.swiper-button-prev-about:hover:after{
    background: #54a82f;
    color:#fff;
}

.sec1 .right{
    width: 46.43%;
    padding-left: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sec1 .right .title_box{
    text-align: left;

}
.sec1 .right .info{
    height: 88px;
    margin: 20px 0 40px;
    -webkit-line-clamp: 4;
    line-clamp: 4;
}
.sec1 .right .p1 {
    font-size: 18px;
    font-weight: 700;
}
.sec1_ul{
    justify-content: space-between;
    margin: 30px 0 90px;
}
.sec1_ul li img{
    display: block;
    margin: 0 auto 15px;
    height: 36px;
}
/*公司资质*/
.sec2_honor{
    position: relative;
    padding: 40px 0;
}
.sec2_honor .honor_center{
    position: absolute;
    top:0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 18%;
    padding: 0 25px;
    background: #fff;
    z-index: 100;
}
.sec2_honor .honor_center img{
    width: 100%;
}


.sec2_honor li{

}
.sec2_honor li a{
    width: 100%;
    padding-top: 70%;
    background-size: contain !important;
}
.sec2_honor li p{
    font-size: 16px;
    line-height: 25px;
    height: 25px;
    margin-top: 10px;
    text-align: center;
}
.swiper-button-next-honor,
.swiper-button-prev-honor{
    width: 98px;
    height: 30px;
}
.swiper-button-prev-honor{
    left: -170px;
    background: url(img/prev.png) no-repeat center center;
    background-size: 100% 100%;
}
.swiper-button-next-honor{
    right: -170px;
    background: url(img/next.png) no-repeat center center;
    background-size: 100% 100%;
}
.swiper-button-next-honor:after,
.swiper-button-prev-honor:after{
    display: none;
}
/*产品系列*/

.sec3{
    background: #f4f8f7;
}
.sec3_pro_menu,
.left_menu>ul{
    margin: 15px 0 20px;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.left_menu li.left_menu_1,
.sec3_pro_menu li.left_menu_1{
    margin: 0 10px;
      position: relative;
}
.left_menu li.left_menu_1>a,
.sec3_pro_menu li.left_menu_1>a{
    cursor: pointer;
    padding: 10px 50px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
      position: relative;
    z-index: 10;
  font-size: 18px;
    border: 1px solid #efefef;
}
.left_menu li.left_menu_1>a.on,
.sec3_pro_menu li.left_menu_1>a.on,
.left_menu li.left_menu_1:hover>a,
.sec3_pro_menu li.left_menu_1:hover>a{
    background: -ms-linear-gradient(to right,#6ebc4d,#3595d3);
    background: -webkit-linear-gradient(to right,#6ebc4d,#3595d3);
    background: -o-linear-gradient(to right,#6ebc4d,#3595d3);
    background: -moz-linear-gradient(to right,#6ebc4d,#3595d3);
    background: linear-gradient(to right,#6ebc4d,#3595d3);
    color: #fff;
}
.sec3_pro_menu li.left_menu_1 div{
  position: absolute;
  width: 100%;
  top: 17px;
  left: 0;
  padding: 28px 10px 10px;
  display: none;
  background: #efefef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
      z-index: 9;
}
.sec3_pro_menu li.left_menu_1:hover div{
   display: block;
}
.sec3_pro_menu li.left_menu_2{
  
}
.sec3_pro_menu li.left_menu_2 a{
   -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
      width: 100%;
    font-size: 16px;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
      border-bottom: 1px solid #d7d7d7;
  
}
.sec3_pro_menu li.left_menu_2 a:hover,
.sec3_pro_menu li.left_menu_2 a.on{
      color: #6eb92b;
}
.sec3_pro_con{
    padding: 0 30px;
}
.sec3_pro_con .sec3_ul{
    display: none;
}
.sec3_pro_con .sec3_ul.active{
    display: block;
}
.sec3_ul li{
    float: left;
    width: 18.28%;
    margin-right: 2.15%;
    border-top: 4px solid transparent;
    font-size: 0;
      margin-bottom: 2.15%;
}
.sec3_ul li:nth-of-type(5n){
    margin-right: 0;
}
.sec3_ul li .img_con{
    width: 100%;
    padding-top: 66.7%;
    background-size: cover !important;
}

.sec3_ul li .info_con{
    background: #fff;
    padding: 30px;
}
.sec3_ul li .info_con>a{
  width: 100%;
}
.sec3_ul li .info_con .name{
    font-size: 20px;
    line-height: 20px;
    height: 20px;
}
.sec3_ul li .info_con .info{
    margin: 12px 0 40px;
}
.sec3_ul li .info_con .more a{
    padding: 6px 12px;
    font-size: 16px;
    border: 1px solid rgba(84,168,47,.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #54a82f;
}
.sec3_ul li .info_con .more a:first-child{
    margin-right: 15px;
}
.sec3_ul li:hover{
    border-top: 4px solid #54a82f;
}
.sec3_ul li:hover .info_con{
    background: #54a82f;
    color: #fff;
}
.sec3_ul li:hover .info_con .more a{
    color: #fff;
    border: 1px solid rgba(255,255,255,.3);
}
/*成功案例*/
.sec4 .case_con{
    position: relative;
}
.case_con:before{
    width: 200px;
    height: 120px;
    background: #54a82f;
    content: "";
    display: block;
    position: absolute;
    bottom: -30px;
    left: -30px;
}
.case-top li .img_con{
    width: 50%;
    position: relative;
}
.case-top li .img_con .img{
    padding-top: 71.42%;
    background-size: cover !important;
    z-index: 10;
    position: relative;
}
.case-top li .img_con:after{
    width: 40px;
    height: 40px;
    background: url(img/video_icon.png) no-repeat center center;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    z-index: 100;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.case-top li .img_con:hover:after{
    opacity: 1;

}
.case-top li .info_con{
    width: 50%;
    padding: 25px 0 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.case-top li .info_con .name{
    font-size: 32px;
    line-height: 40px;
    height: 40px;

}
.case-top li .info_con .info{
    height: 66px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    margin: 15px 0 60px;
}
.swiper-button-prev-case,
.swiper-button-next-case{
    width: 30px;
    height: 30px;
    top: auto;
    bottom: 170px;
}
.swiper-button-next-case{
    right: 0;
}
.swiper-button-prev-case{
    left: auto;
    right: 40px;
}
.swiper-button-next-case:after,
.swiper-button-prev-case:after{
    width: 100%;
    height: 100%;
    line-height: 30px;
    background: #cccccc;
    text-align: center;
    font-size: 12px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.case-thumbs{
    position: absolute;
    width: 56.4%;
    bottom: 24px;
    right: 0;
    height: 125px;
}

.case-thumbs li{
    background-size: cover !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.case-thumbs li:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
}
.case-thumbs li.swiper-slide-thumb-active:after{
    opacity: 1;
}
.case-thumbs li.swiper-slide-thumb-active{
    border-left: 5px solid #54a82f;
}
/*新闻资讯*/
.sec5{
    background: #f4f8f7;
}
.sec5 .left{
    width: 48.5%;
}
.new_container li{
    font-size: 0;
}
.new_container li a{
    width: 100%;
}
.new_container li .img_con{
    width: 100%;
    padding-top: 55.88%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: cover !important;
}
.new_container li .name{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 100px 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 48px;
    height: 48px;
    font-size: 18px;
    color: #fff;
    background: -ms-linear-gradient(to bottom,rgba(0,0,0,0.05),rgba(0,0,0,.5));
    background: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.05),rgba(0,0,0,.5));
    background: -o-linear-gradient(to bottom,rgba(0,0,0,0.05),rgba(0,0,0,.5));
    background: -moz-linear-gradient(to bottom,rgba(0,0,0,0.05),rgba(0,0,0,.5));
    background: linear-gradient(to bottom,rgba(0,0,0,0.05),rgba(0,0,0,.5));
}
.new_container .swiper-pagination-new{
    width: 100px;
    left: auto;
    right: 0;
}
.new_container .swiper-pagination-new .swiper-pagination-bullet{
    background: #fff;
}
.sec5 .right{
    width: 51.5%;

}
.sec5_right_ul{
    justify-content: space-between;
    flex-wrap: wrap;
    
}
.sec5_right_ul li{
    width: 50%;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sec5_right_ul li a{
    width: 100%;
}
.sec5_right_ul li .img_con{
    width: 100%;
    padding-top: 65.62%;
    background-size: cover !important;
}
.sec5_right_ul li .name{
    line-height: 30px;
    height: 30px;
    font-size: 18px;
    margin: 10px 0 5px;
}
.sec5_right_ul li .info{
    height: 66px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    opacity: .8;
    color: #2f2f2f;
}
.sec5_right_ul li .time{
    opacity: .6;
    color: #2f2f2f;
    margin-top: 20px;
}
.sec5_bottom_ul{
    margin-top: 50px;
}
.sec5_bottom_ul li{
    float: left;
    width: 31.42%;
    margin-right: 2.87%;
    background: #e8efed;
}
.sec5_bottom_ul li:nth-of-type(3n){
    margin-right: 0;
}
.sec5_bottom_ul li a{
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sec5_bottom_ul li .classname{
    line-height: 22px;
}
.sec5_bottom_ul li .classname i{
    padding: 0 5px;
    background: #adb2b1;
    color: #fff;
}
.sec5_bottom_ul li .classname span{
    opacity: .6;
    color: #2f2f2f;
}
.sec5_bottom_ul li .name{
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    margin-top: 10px;

}
.sec6.sec{
    padding: 20px 0;
    background: #54a82f;
}
.logo_container{
}
.logo_container li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 120px !important;
    height: 25px;

}
.logo_container li a{
    width: 100%;
    height: 100%;
    background-size: 70% !important;
}

    /*视频弹窗*/
.mark{
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    top: -200%;
    left: 0;
}

.mark.open{
    top: 0;

}
.mark .video_box{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    max-height: 70%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.mark .video_box video{
    width: 100%;
}
.mark .video_box .close{
    position: absolute;
    top: -17px;
    right: -14px;
    background: url(img/close.png) no-repeat center center;
    width: 33px;
    height: 33px;
    z-index: 100;
}



/*底部*/
footer{
    padding: 70px 0;
    background: #262626;
    color: #fff;
    position: relative;
}
footer .nav_list{
    justify-content: flex-start;
}
footer .nav_list li{
    margin-right: 80px;
}
footer .nav_list li>a{
    font-size: 18px;
    margin-bottom: 30px;
}
footer .nav_list li .hide_menu a{
    line-height: 30px;
    opacity: .6;
}
footer .go_top{
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 80px;
    right: 80px;
    background: url(img/go_top.png) no-repeat center center;
    background-size: 100% 100% !important;
}
footer .left{
    width: 60%;
    border-right: 1px solid rgba(255,255,255,.1);
}
footer .right{
    width: 320px;
}
footer .right .p1{
    color: #54a82f;
}
footer .right .p2{
   margin: 10px 0 12px;
}
footer .right .a2{
    color: #54a82f;
    font-size: 34px;
    font-family: Arial,Microsoft YaHei,SimSun;
   
}
footer .right .p3{
    line-height: 22px;
    margin-bottom: 10px;
    opacity: .6;
}
.more2{
    padding: 10px 22px;
    font-size: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    background: #54a82f;
    margin-top: 30px;
}



footer .Copyright{
    line-height: 25px;
    margin-top: 50px;
    opacity: .5;
}


footer .Copyright a{
    padding: 0 5px;
}
footer .Copyright span{
    padding: 0 5px;
}
footer .bdsharebuttonbox.bdshare-button-style0-16 a{
    width: 45px;
    height: 25px;
    background: url(img/foot_wx.png) no-repeat center center;
    padding: 0;
    margin: 0;
}
footer .bdsharebuttonbox.bdshare-button-style0-16 a.bds_tsina{
    background: url(img/foot_wb.png) no-repeat center center;
}



/*关于--------------------------*/
.inner{
    padding-top: 100px;
}
.inner img{
    width: 100%;
}
.entitle2{
    line-height: 40px;
    position: relative;

}
.entitle2:before{
    position: absolute;
    top: 22px;
    left: 0;
    width: 100%;
    background: #d9d9d9;
    height: 1px;
    content: "";
    display: block;
}
.entitle2 span{
    background: #fff;
    position: relative;
    z-index: 10;
}
.entitle2 i:first-of-type{
    margin-right: 40px;
    color: #d9d9d9;
}
.entitle2 i:last-of-type{
    margin-left: 40px;
    color: #d9d9d9;
}
.about1{
    background: url(img/about1_bg.png) no-repeat bottom center;
    background-size: 100% auto;
}
.about1 .left{
    width: 30%;
    position: relative;
}
.about1 .left li{
    height: 320px;
    background-size: cover !important;
}
.about1 .right{
    width: 70%;
    padding: 10px 0 0 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.about1 .right .title_box{
    text-align: left;
    color: #54a82f;
    margin-bottom: 20px;
}
.about1 .right .info{
    height: auto;
    max-height: 264px;
    -webkit-line-clamp: 12;
    line-clamp: 12;
}

.about1 .num_sec{
    padding-bottom: 0;
    background: none;
    color: #000;
}
.about1 .num_sec ul li .p1 span{
    background: -ms-linear-gradient(to bottom,#6ebc4d,#3595d3);
    background: -webkit-linear-gradient(to bottom,#6ebc4d,#3595d3);
    background: -o-linear-gradient(to bottom,#6ebc4d,#3595d3);
    background: -moz-linear-gradient(to bottom,#6ebc4d,#3595d3);
    background: linear-gradient(to bottom,#6ebc4d,#3595d3);
    background-attachment: local;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 700;
}
.about1 .num_sec ul li .p1 i{
    color: #54a82f;
}
.about1 .num_sec ul li:after{
    background: url(img/num_bg2.png) no-repeat bottom center;
}

.about2 .sec1_ul{
    margin: 0px;
}
.about2  .sec1_ul li{
    width: 16%;
}
.about2  .sec1_ul li .info{
    text-align: center;
}
.about2  .sec1_ul li span{
    display: block;
    font-size: 20px;
    color: #6eb92b;
    line-height: 22px;
    height: 22px;
    text-align: center;
    margin: 5px 0 10px;
}
.toggle{
    height: 5px;
    background: #000;
}
/*公司资质----------------------------------------------------------------*/

.honor_list{

}

.honor_list li{
    width: 22.84%;
    float: left;
    padding: 0 2.88% 2.88% 0;
    margin-bottom: 2.88%;
    border-bottom: 1px solid #e4edeb;
}
.honor_list li:nth-of-type(4n){
    padding-right: 0;
}
.honor_list li .li_con{
    width: 100%;
    border: 2px solid #f4f8f7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.honor_list li a{
    width: 100%;
    padding-top: 68.75%;
    background-size: auto 85% !important;
    position: relative;
}
.honor_list li a:after{
    position: absolute;
    top: 0;
    opacity: 0;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .3s .3s;
    -moz-transition: all .3s .3s;
    -ms-transition: all .3s .3s;
    -o-transition: all .3s .3s;
    transition: all .3s .3s;
    width: 42px;
    height: 42px;
    background: url(img/scale_icon.png) no-repeat center center;
    background-size: 100% 100% !important;
    content: "";
    display: block;
}
.honor_list li .name{
    line-height: 50px;
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
    text-align: center;
    background: #f4f8f7;

}

.honor_list li:hover .li_con{
    border: 2px solid #54a82f;
}
.honor_list li:hover .name{
    background: #54a82f;
    color: #fff;
}
.honor_list li:hover a:after{
    top: 50%;
    opacity: 1;
}


/*分页结构*/
.pageing {
    margin: 40px 0 0;
    text-align: center;
}

.JZD_PAGE_GONG,
.JZD_PAGE_ZONGSHU,
.JZD_PAGE_TIAOJILU,
.JZD_PAGE_YECI,
.JZD_PAGE_DANGQIANYE,
.JZD_PAGE_XIEGANG,
.JZD_PAGE_ZHONGYE,
.JZD_PAGE_YE,
.JZD_PAGE_FIRST,
.JZD_PAGE_LAST,
.JZD_PAGE_ZHUANGDAO,
.JZD_PAGE_SELECT,
.JZD_PAGE_SELECT_YE {
    display: none;
}

.JZD_PAGE_PREVIOUS,
.JZD_PAGE_NEXT,
.JZD_PAGE_SHUZIYE {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin: 0 5px;

}
.JZD_PAGE_SHUZIYE{
    color: #a7a7a7;
    border: 1px solid #e2e2e2;
}
.JZD_PAGE_NEXT.JZD_PAGE_DISABLED,
.JZD_PAGE_PREVIOUS.JZD_PAGE_DISABLED,
.JZD_PAGE_PREVIOUS,
.JZD_PAGE_NEXT{
    width: 70px;
    border: 1px solid #e2e2e2;
}
.JZD_PAGE_NEXT.JZD_PAGE_DISABLED,
.JZD_PAGE_PREVIOUS.JZD_PAGE_DISABLED{
    background: #6eb92b;
    border: 1px solid transparent;
}
.JZD_PAGE_DISABLED {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin: 0 5px;
    background: #6eb92b;
    border: 1px solid #6eb92b;
    color: #fff;
}

/*产品系列-----------------------------------------------------------------*/
.pro_list.sec3_ul li{
    width: 30.7%;
    margin-right: 3.95%;
    margin-bottom: 3.95%;
}
.pro_list.sec3_ul li:nth-of-type(5n){
    margin-right: 3.95%;
}
.pro_list.sec3_ul li:nth-of-type(3n){
    margin-right: 0;
}

.pro_list.sec3_ul li .info_con{
    background: #f4f8f7;
}

.pro_list.sec3_ul li:hover .info_con{
    background: #54a82f;
}

/*产品系列单页*/
.pro_page{
    position: relative;
    background: #f4f8f7;
    margin-bottom: 60px;
}
.pro_page .left{
    width: 41.43%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ececec;

}
.pro_page .left img{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
      max-height: 100%;
}
.pro_page .right{
    width: 58.57%;
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pro_page .right .name{
    font-size: 24px;
    margin-bottom: 25px;
}
.pro_page .pro_info_ul{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d0d3d2;
}
.pro_page .pro_info_ul li{
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.pro_page .pro_info_ul li:first-of-type{
    padding-right: 40px;
    border-right: 1px solid #d0d3d2;
}
.pro_page .pro_info_ul li:last-of-type{
    padding-left: 40px;
}
.pro_page .pro_info_ul li .info p{
    margin-bottom: 10px;
}
.pro_info_dl{
    padding-top: 20px;
}
.pro_info_dl dt{
    font-size: 18px;
    margin-bottom: 8px;
}

.share_con{
    margin-top: 40px;
}
.share_con span{
    line-height: 35px;
    margin-left: 50px;
}
.share_con .bdsharebuttonbox a{
    padding: 0 0 0 35px;
    margin: 0 30px 0 0;
    line-height: 35px;
    height: 35px;
    background: url(img/wb.png) no-repeat center left;
}
.share_con .bdsharebuttonbox a.bds_weixin{
    background: url(img/wx.png) no-repeat center left;
}
.share_con .bdsharebuttonbox a.bds_qzone{
    background: url(img/kj.png) no-repeat center left;
}
.share_con .more2{
    line-height: 35px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}
.link_title{
    font-size: 24px;
    margin-bottom: 30px;
}
/*成功案例-------------------------------------------------------------*/
.case_top_container{
    height: 450px;
    margin-bottom: 50px;
}
.case_top_container li{
    color: #fff;
    background: #6eb92b;
}
.case_top_container li .img_con{
    width: 64.28%;
    height: 100%;
    background-size: cover !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.case_top_container li .info_con{
    width: 35.72%;
    height: 100%;
    padding: 60px 90px 60px 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.case_top_container li .info_con .p1{
    font-size: 24px;
}
.case_top_container li .info_con .p2{
    font-size: 16px;
    margin-top: 15px;
}
.case_top_container li .info_con dl{
    border-left: 1px solid #fff;
    padding-left: 18px;
    margin: 40px 0 80px;

}
.case_top_container li .info_con dl dd{
    line-height: 30px;
    font-size: 16px;
}
.case_top_container .swiper-pagination-bullet{
    background: #fff;
}

/*成功案例列表*/

.case_list li{
    float: left;
    width: 30.7%;
    margin-right: 3.95%;
    margin-bottom: 3.95%;
    font-size: 0;
}
.case_list li:nth-of-type(3n){
    margin-right: 0;
}
.case_list li .img_con{
    width: 100%;
    padding-top: 67.4%;
    background-size: cover !important;
}

.case_list li .info_con{
    background: #f4f8f7;
    padding: 30px;
}
.case_list li .info_con .name{
    font-size: 20px;
    line-height: 20px;
    height: 20px;
}
.case_list li .info_con .name span{
    width: calc(100% - 130px);
}
.case_list li .info_con .name i{
    width: 130px;
    font-size: 14px;
    text-align: right;
}
.case_list li .info_con .case_dlinfo{
    border-left: 1px solid #000;
    padding-left: 18px;
    margin: 25px 0;
}
.case_list li .info_con .case_dlinfo dd{
    padding-bottom: 10px;
    font-size: 16px;

}
.case_list li .info_con .case_dlinfo dd:last-of-type{
    padding-bottom: 0;
}

.case_top_container li .info_con .more a,
.case_list li .info_con .more a{
    padding: 6px 12px;
    font-size: 16px;
    border: 1px solid rgba(84,168,47,.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #54a82f;
}
.case_top_container li .info_con .more a{
    color: #fff;
    border: 1px solid rgba(255,255,255,.3);
}
.case_top_container li .info_con .more a:first-child,
.case_list li .info_con .more a:first-child{
    margin-right: 15px;
}

.case_list li:hover .info_con{
    background: #54a82f;
    color: #fff;
}
.case_list li:hover .info_con .case_dlinfo{
    border-left: 1px solid #fff;

}
.case_list li:hover .info_con .more a{
    color: #fff;
    border: 1px solid rgba(255,255,255,.3);
}
.case_top_container>.swiper-pagination-bullets{
    right: 40px;
}
.case_top_container>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 15px 0;
}

/*新闻置顶*/
.new_top_container li .info_con .time{
    line-height: 18px;
    padding-left: 25px;
    font-size: 16px;
    background: url(img/time_icon2.png) no-repeat center left;
    
}
.new_top_container li .info_con .newtitle{
    line-height: 35px;
    font-size: 24px;
    height: 70px;
    margin-top: 15px;
}

.new_top_container li .info_con .info{
    height: 66px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    margin: 20px 0 60px;
}

.new_list li .info_con .time{
    line-height: 18px;
    padding-left: 25px;
    font-size: 16px;
    background: url(img/time_icon.png) no-repeat center left;

}
.new_list li .info_con .newtitle{
    line-height: 30px;
    font-size: 20px;
    margin: 10px 0 40px;
    height: 60px;
}
.new_list li:hover .info_con .time{
    background: url(img/time_icon2.png) no-repeat center left;
}

/*新闻单页*/
.new_page{

}
.new_page .left{
    background: #f4f8f7;
    padding: 30px 40px 40px;
    width: 74%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.new_page .page_title{
    font-size: 24px;
    line-height: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d0d3d2;
}


.new_page .right{
    width: 26%;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.new_page .share_con{
    margin: 20px 0 30px;
}
.share_con .time{
    line-height: 35px;
    padding-left: 25px;
    background: url(img/time_icon.png) no-repeat center left;
    margin-right: 40px;
}
.share_con .look_icon{
    line-height: 35px;
    padding-left: 40px;
    background: url(img/look_icon.png) no-repeat center left;
}

.prev_next{
    margin-top: 30px;
    border-top:  1px solid #d0d3d2;
    line-height: 58px;
}

.prev_next span{
    width: 45%;
}
.prev_next span:nth-of-type(2){
    text-align: right;
}

/*右侧推荐*/
.tuijian_ul{
    padding: 10px 20px 0;
    border: 1px solid #d9d9d9;
}
.tuijian_ul li{
    line-height: 22px;
    position: relative;
    padding: 12px 0 12px 12px;
    border-bottom: 1px solid #d9d9d9;
}
.tuijian_ul li:last-of-type{
    border-bottom: none;
}
.tuijian_ul li i{
    position: absolute;
    font-size: 18px;
    top: 13px;
    left: 2px;

}
.right_title{
    position: relative;
    top: 10px;
    left: 15px;
    width: 120px;
}
.right_title i{
    font-size: 18px;
    padding: 0 15px;
    background: #fff;

}

/*联系我们*/
.contact_page{
    height: 540px;
    background: #f4f8f7;
}
.contact_page .left{
    width: 64.28%;
    height: 100%;
}
.contact_page .left #allmap{
    width: 100%;
    height: 100%;
}
.contact_page .right {
    width: 35.72%;
    padding: 20px 50px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contact_page .contact_title {
    font-size: 20px;
    line-height: 25px;
    color: #6eb92b;
}
.contact_ul{
    padding: 15px 0 25px;
    border-bottom: 1px solid #d9d9d9;
}
.contact_ul li{
    line-height: 37px;
}
.contact_ul li i{
    width: 115px;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(img/link_icon1.png) no-repeat center left;
}
.contact_ul li span{
    width: calc(100% - 115px);
}

.contact_ul li i.link2{
    background: url(img/link_icon2.png) no-repeat center left;
}
.contact_ul li i.link3{
    background: url(img/link_icon3.png) no-repeat center left;
}
.contact_ul li i.link4{
    background: url(img/link_icon4.png) no-repeat center left;
}
.contact_ul li i.link5{
    background: url(img/link_icon5.png) no-repeat center left;
}
.contact_ul li i.link6{
    background: url(img/link_icon6.png) no-repeat center left;
}
.contact_ul li i.link7{
    background: url(img/link_icon7.png) no-repeat center left;
}
.contact_page .share_con{
    margin-top: 30px;
}
.contact_page .share_con span{
    margin-left: 0;
}

.share_ul{
  
}
.share_ul li{
      float: left;
    position: relative;
}
.share_ul li a{
      float: none !important;
}
.share_ul li .wx_img{
      position: absolute;
    width: 120px;
    height: 120px;
    top: -124px;
    left: -33px;
  display: none;
}
.share_ul li:hover .wx_img{
  display: block
}

.link{
  font-size:20px;
  color: #fff;
}







@media screen and (max-width: 1680px) {
  .nav_w {
    width: 1450px;
  }
    html,body{
        font-size: 15px;
    }
    .w{
        width: 1200px;
    }

    .topnav .logo {
        width: 320px;
        height: 53px;
          margin-top: 13px;
    }
  .topnav .nav_list {
    padding-left: 30px;
}
    .topnav .nav_list li {
        padding: 0 25px;
        line-height: 80px;
    }
    .topnav .nav_list li>a:after{
        bottom: 20px;
    }
    .topnav .phone {
        padding-top: 20px;
    }
    .topnav .share_box li {
        height: 80px;
    }
    .topnav .right {
        right: 70px;
    }
    .inner,
    .banner {
        padding-top: 80px;
    }
    .num_sec {
        padding: 40px 0;
    }
    .num_sec ul li .p2 {
        font-size: 16px;
    }
    .sec1 .left li {
        height: 400px;
    }
    .sec {
        padding: 50px 0;
    }
    .title_box {
        margin-bottom: 30px;
    }
    .title_box .title1 {
        font-size: 28px;
    }
    .sec1_ul {
        margin: 30px 0 70px;
    }
    .sec5_bottom_ul {
        margin-top: 40px;
    }

    footer {
        padding: 55px 0;
    }
    footer .nav_list li {
        margin-right: 60px;
    }
    footer .nav_list li>a {
        font-size: 16px;
        margin-bottom: 20px;
    }

    footer .right .a2 {
        font-size: 30px;
        margin: 6px 0 8px;
    }
    .more2 {
        padding: 5px 14px;
        font-size: 18px;
        margin-top: 15px;
    }
    .about1 .left li {
        height: 280px;
    }

    .about1 .right .info {
        max-height: 198px;
        -webkit-line-clamp: 9;
        line-clamp: 9;
    }
    .pageing {
        margin: 30px 0 0;
    }
    .case_top_container {
        height: 400px;
        margin-bottom: 40px;
    }
    .case_top_container li .info_con {
        padding: 50px 80px 50px 50px;
    }
    .new_top_container li .info_con .newtitle {
        line-height: 32px;
        font-size: 22px;
        height: 64px;
    }
  .contact_page .right {
    padding: 20px 30px 0;
}

    .banner_con .banner_info {
        width: 450px;
        height: 230px;
    }
    .banner_con .banner_info .p1 {
        font-size: 28px;
        line-height: 36px;
        height: 36px;
    }
    .banner_con .banner_info .info {
        font-size: 16px;
        line-height: 26px;
        height: 52px;
        margin: 10px 0 35px;
    }
    .case-top li .info_con .name {
        font-size: 28px;
    }
    .case-thumbs {
        bottom: 20px;
        height: 110px;
    }
    .swiper-button-prev-case, .swiper-button-next-case {
        bottom: 140px;
    }
    footer .Copyright {
        margin-top: 40px;
    }
    .pro_page .pro_info_ul {
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
    .share_con {
        margin-top: 30px;
    }
    .contact_page {
        height: 500px;
    }
    .contact_page .contact_title {
        font-size: 18px;
    }
    .contact_ul li {
        line-height: 34px;
    }
    .contact_page .share_con {
        margin-top: 20px;
    }
    .pro_page {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1440px) {
  .nav_w {
    width: 1350px;
  }
  .topnav .logo {
      width: 270px;
        margin-top: 20px;
    height: 42px;

  }
  .topnav .nav_list li {
    padding: 0 20px;
}
}







@media screen and (max-width: 1366px) {
    .w{
        width: 1080px;
    }
  .nav_w {
    width: 1200px;
  }
  .topnav .logo {
    width: 270px;
    height: 40px;
    margin-top: 15px;
  }

  .topnav .nav_list li {
    padding: 0 15px;
    line-height: 70px;
  }
  .topnav .nav_list li>a:after {
    bottom: 17px;
  }
  .topnav .nav_list {
    padding-left: 80px;
  }
  .topnav .share_box{
    display: none;
  }
    .topnav .share_box li {
        height: 70px;
        margin-left: 15px;
        width: 30px;
    }
    .topnav .share_box li a {
        height: 30px;
        line-height: 30px;
    }
    .topnav .share_box li a span {
        background-size: 60% !important;
    }
    .topnav .phone {
        padding-top: 15px;
    }
    .inner,
    .banner {
        padding-top: 60px;
    }

    .banner_con .banner_info {
        width: 400px;
        height: 200px;
        padding: 20px 30px;
    }
    .banner_con .banner_info .p1 {
        font-size: 24px;
        line-height: 30px;
        height: 30px;
    }
    .banner_con .banner_info .info {
        margin: 10px 0 30px;
    }

    .num_sec {
        padding: 30px 0;
    }
    .num_sec ul li .p1 span {
        font-size: 36px;
    }

    .num_sec ul li .p2 {
        margin-top: 10px;
    }
    .sec {
        padding: 35px 0;
    }
    .title_box {
        margin-bottom: 25px;
    }
    .title_box .title1 {
        font-size: 26px;
    }
    .title_box .title2 {
        letter-spacing: 2px;
        margin: 8px 0;
    }

    .sec1 .left li {
        height: 350px;
    }


    .sec1 .right .info {
        margin: 15px 0 30px;
    }
    .more_icon {
        font-size: 14px;
    }
    .sec1_ul {
        margin: 30px 0 35px;
    }
    .swiper-button-next-honor {
        right: -120px;
    }
    .swiper-button-prev-honor {
        left: -120px;
    }
    .left_menu li a,
    .sec3_pro_menu li a{
        padding: 7px 15px;
    }
    .sec3_ul li .info_con {
        padding: 18px;
    }
    .sec3_ul li .info_con .name {
        font-size: 17px;
    }
    .sec3_ul li .info_con .info {
        margin: 9px 0 23px;
    }

    .sec3_ul li .info_con .more a {
        padding: 4px 8px;
        font-size: 14px;
    }
    .sec3_ul li .info_con .more a:first-child {
        margin-right: 10px;
    }

    .case-top li .info_con .name {
        font-size: 26px;
    }
    .case-top li .info_con .info {
        margin: 15px 0 40px;
    }
    .case-thumbs {
        bottom: 15px;
        height: 100px;
    }

    .swiper-button-prev-case, .swiper-button-next-case {
        bottom: 130px;
    }
    .sec5_right_ul li {
        padding-left: 30px;
    }
    .sec5_right_ul li .name {
        line-height: 26px;
        height: 26px;
        font-size: 16px;
        margin: 8px 0 4px;
    }
    .sec5_right_ul li .time {
        margin-top: 10px;
    }
    .sec5_bottom_ul {
        margin-top: 30px;
    }

    .sec5_bottom_ul li .name {
        font-size: 16px;
        height: 33px;
        line-height: 33px;
        margin-top: 6px;
    }
    .sec6.sec {
        padding: 15px 0;
    }

    footer {
        padding: 40px 0;
    }
    footer .Copyright {
        margin-top: 30px;
        font-size: 12px;
    }
    footer .nav_list li {
        margin-right: 40px;
    }

    footer .nav_list li>a {
        margin-bottom: 15px;
    }
    .more2 {
        padding: 5px 10px;
        font-size: 14px;
        margin-top: 10px;
    }
    .swiper-button-next-about, .swiper-button-prev-about {
        width: 30px;
        height: 30px;
    }

    .swiper-button-prev-about {
        left: -30px;
    }
    .swiper-button-next-about:after, .swiper-button-prev-about:after {
        line-height: 30px;
        font-size: 14px;
    }
    .about1 .left li {
        height: 250px;
    }

    .about1 .right .info {
        max-height: 176px;
        -webkit-line-clamp: 8;
        line-clamp: 8;
    }
    .honor_list li .name {
        line-height: 40px;
        height: 40px;
    }
    .pageing {
        margin: 20px 0 0;
    }
    .pro_page .right {
        padding: 25px;
    }
    .pro_page .right .name {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .pro_page .pro_info_ul {
        margin-bottom: 5px;
    }
    .share_con {
        margin-top: 20px;
    }
    .case_list li .info_con {
        padding: 18px;
    }

    .case_list li .info_con .name {
        font-size: 18px;
    }
    .case_list li .info_con .case_dlinfo dd {
        font-size: 15px;
    }

    .case_top_container li .info_con .more a, .case_list li .info_con .more a {
        padding: 4px 10px;
        font-size: 14px;
    }
    .case_top_container {
        height: 350px;
        margin-bottom: 30px;
    }
    .case_top_container li .info_con {
        padding: 30px 60px 0px 30px;
    }
    .case_top_container li .info_con dl {
        margin: 30px 0 50px;
    }
    .case_top_container>.swiper-pagination-bullets {
        right: 28px;
    }
    .new_list li .info_con .newtitle {
        line-height: 25px;
        font-size: 16px;
        margin: 10px 0 25px;
        height: 50px;
    }
    .new_page .right {
        padding-left: 30px;
    }

    .tuijian_ul {
        padding: 10px 10px 0;
    }
    .new_page .left {
        padding: 20px 30px 20px;
    }
    .new_page .page_title {
        font-size: 20px;
        line-height: 32px;
        padding-bottom: 15px;
    }
    .new_page .share_con {
        margin: 14px 0 13px;
    }
    .contact_page {
        height: 460px;
    }
    .contact_page .left {
        width: 60%;
    }
    .contact_page .right {
        width: 40%;
    }
 .contact_ul {
    padding: 10px 0 15px;
}
    .contact_ul li {
        line-height: 32px;
    }
    .contact_page .share_con {
        margin-top: 15px;
    }
    .pro_page {
        margin-bottom: 40px;
    }

}
@media screen and (max-width: 1150px){
  .nav_w {
    width: 1020px;
  }
  .topnav .nav_list {
    padding-left: 30px;
}
  .topnav .logo {
    width: 220px;
    height: 34px;
    margin-top: 18px;
  }
  .topnav .nav_list li {
    padding: 0 13px;
  }
}
/*移动端*/
@media screen and (max-width: 900px) {
    .nav_w,
  .w {
        margin: 0;
        width: auto;
        padding: 0 15px;
    }
    body{
        background: #fff;
    }
    .topnav .logo {
        width: 220px;
        height: 37px;
        margin-top: 12px;
        position: static;
    }
    .topnav .meum{
        font-size: 0;
    }
    .topnav .meum a {
        width: 30px;
        height: 60px;
        background: url(img/menu_black.png) no-repeat center right;
    }

    /*左侧菜单*/
    .cbp-spmenu-left {
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        top: 100%;
        z-index: 99999;
        position: fixed;
        left: 0;
        display: block;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        background: #54a82f;
        color: #fff;
    }

    .cbp-spmenu-left.cbp-spmenu-open {
        top: 0;
    }

    .menu_box {
        width: 100%;
        position: relative;
        padding-top: 50px;
    }
    .menu_close {
        background: url(img/pc_close.png) no-repeat center center;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 20px;
        right: 15px;
    }
    .meum_list li {
        width: 100%;
        border-bottom: solid 1px rgba(255,255,255,.3);
    }
    .meum_list li a{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        width: 100%;

    }
    .meum_list li > a {
        padding: 20px 20px;
        font-size: 22px;

    }

    .meum_list li > a i {
        position: absolute;
        right: 15px;
        -ms-transform: scale(1, 1.5);
        -moz-transform: scale(1, 1.5);
        -webkit-transform: scale(1, 1.5);
        -o-transform: scale(1, 1.5);
        transform: scale(1, 1.5);
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    .meum_list li.active > a i {
        -ms-transform: rotate(90deg) scale(1, 1.5);
        -moz-transform: rotate(90deg) scale(1, 1.5);
        -webkit-transform: rotate(90deg) scale(1, 1.5);
        -o-transform: rotate(90deg) scale(1, 1.5);
        transform: rotate(90deg) scale(1, 1.5);
    }
    .meum_list li .hide_menu {
        display: none;
    }

    .meum_list li .hide_menu dd a {
        padding: 15px 40px;
        font-size: 18px;
        border-top: solid 1px rgba(255, 255, 255, 0.1);
    }
.meum_list li .hide_menu2 dd a {
    padding: 10px 0 10px 60px;
    font-size: 14px;
}
    .mark .video_box {
        width: 90%;
    }

    .num_sec ul {
        flex-wrap: wrap;
    }
    .num_sec ul li {
        width: 50%;
        padding: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .num_sec ul li:after {
        right: -8px;
    }
    .num_sec ul li:nth-of-type(2):after{
        display: none;
    }
    .num_sec ul li .p1 span {
        font-size: 26px;
    }
    .num_sec ul li .p2 {
        margin-top: 7px;
        font-size: 14px;
    }
    .num_sec {
        padding: 10px 0;
    }
    .title_box .title1 {
        font-size: 22px;
    }
    .title_box .title2 {
        letter-spacing: 0px;
        margin: 9px 0;
    }
    .sec {
        padding: 25px 0;
    }
    .sec1 .left {
        width: 100%;
    }
    .sec1 .left li {
        height: 280px;
    }
    .swiper-button-next-about {
        left: 30px;
    }
    .swiper-button-prev-about {
        left: 0px;
    }
    .sec1 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .sec1 .right .title_box {
        margin-bottom: 15px;
    }
    .sec1 .right .title_box .title1 {
        font-size: 18px;
        letter-spacing: 0;
    }
    .sec2_honor {
        padding: 0px 0;
    }
    .title_box {
        margin-bottom: 20px;
    }
    .left_menu li.left_menu_1,
    .sec3_pro_menu li.left_menu_1{
        margin: 0 5px;
    }
    .left_menu li.left_menu_1>a, .sec3_pro_menu li.left_menu_1>a {
      padding: 5px 20px;
      font-size: 14px;
}
  .sec3_pro_menu li.left_menu_1:hover div {
    display: none;
}
    .sec3_pro_con {
        padding: 0 15px;
    }
 
    .sec3_ul li {
        width: 49%;
        margin-right: 2%;
        border-top: 0px solid transparent;
    }
  .sec3_ul li:nth-of-type(5n) {
    margin-right: 2%;
}
    .sec3_ul li:nth-of-type(2n){
        margin-right: 0;
    }
    .sec3_ul li .info_con {
        padding: 12px;
    }
    .sec3_ul li .info_con .info {
        margin: 9px 0 18px;
    }
    .case-top li .img_con {
        width: 100%;
    }
    .case_con:before{
        display: none;
    }
    .case-top li .info_con {
        width: 100%;
        padding: 15px 0 0 0;
    }
    .case-top li .info_con .name {
        font-size: 20px;
    }
    .case-top li .info_con .info {
        margin: 0px 0 30px;
    }
    .swiper-button-prev-case, .swiper-button-next-case {
        bottom: 0;
    }
    .sec5 .left {
        width: 100%;
    }
    .new_container li .name {
        line-height: 40px;
        height: 40px;
        font-size: 16px;
    }
    .sec5 .right {
        width: 100%;
        padding-top: 20px;
    }
    .sec5_right_ul li {
        width: 48%;
        padding-left: 0;
    }
    .sec5_bottom_ul li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 20px;
    }
    footer .right {
        width: 100%;
    }

    footer .left {
        width: 100%;
        border-right: none;
    }
    footer .Copyright {
        font-size: 12px;
    }
    footer {
        padding: 25px 0;
    }
    footer .go_top {
        bottom: 10px;
        right: 15px;
    }
    .entitle2 {
        line-height: 30px;
    }
    .about1 .left {
        width: 100%;
    }

    .about1 .right {
        width: 100%;
        padding: 25px 0 0 0;
    }
    .about1 .right .title_box {
        margin-bottom: 10px;
    }
    .about2 .sec1_ul{
        flex-wrap: wrap;
    }
    .about2 .sec1_ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .about2 .sec1_ul li span {
        font-size: 18px;
        margin: 2px 0 5px;
    }
    .honor_list li {
        width: 48%;
        padding: 0 4% 4% 0;
        margin-bottom: 4%;
    }
    .honor_list li:nth-of-type(2n) {
        padding-right: 0;
    }

    .pro_list.sec3_ul li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
   .pro_list.sec3_ul li:nth-of-type(5n) {
    margin-right: 2%;
}
    .pro_list.sec3_ul li:nth-of-type(3n){
        margin-right: 2%;
    }
   .pro_list.sec3_ul li:nth-of-type(2n){
        margin-right: 0;
    }
    .pro_page .left {
        margin-top: 15px;
        width: 100%;
        height: 250px;
        position: relative;
    }
    .pro_page .right {
        padding: 20px;
        width: 100%;
    }

    .pro_page {
        margin-bottom: 30px;
    }

    .pro_page .pro_info_ul li {
        width: 100%;
    }
    .pro_page .pro_info_ul li:first-of-type {
        padding-right: 0;
        border-right: none;
    }

    .pro_page .pro_info_ul li:last-of-type {
        padding-left: 0;
    }

    .link_title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .case_list li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .case_list li:nth-of-type(3n) {
        margin-right: 2%;
    }

    .case_list li:nth-of-type(2n) {
        margin-right: 0;
    }
    .case_list li .info_con .case_dlinfo {
        border-left: none;
        padding-left: 0;
        margin: 10px 0 15px;
    }
    .case_list li .info_con {
        padding: 10px;
    }
    .case_list li .info_con .name span {
        width: 100%;
        float: none !important;
    }
    .case_list li .info_con .name i {
        text-align: left;
        float: none !important;
        font-size: 12px;
    }
    .case_list li .info_con .name {
        font-size: 16px;
        height: auto;
    }
    .case_list li .info_con .case_dlinfo dd {
        font-size: 14px;
        padding-bottom: 6px;
    }
    .case_top_container {
        height: 500px;
        margin-bottom: 20px;
    }
    .case_top_container li .img_con {
        width: 100%;
        height: 240px;
    }
    .case_top_container li .info_con {
        width: 100%;
        height: auto;
        padding: 20px 40px 20px 20px;
    }
    .new_top_container li .info_con .newtitle {
        line-height: 25px;
        font-size: 16px;
        height: 50px;
    }
    .new_top_container li .info_con .info {
        margin: 15px 0 20px;
    }
    .new_list li .info_con .time {
        line-height: 14px;
          height: 14px;
        padding-left: 20px;
        font-size: 12px;
        background-size: auto 100% !important;
    }
    .new_list li .info_con .newtitle {
        line-height: 25px;
        font-size: 16px;
        margin: 10px 0 15px;
    }
    .new_page .left {
        padding: 15px 15px 10px;
        width: 100%;
    }
    .new_page .page_title {
        font-size: 18px;
        line-height: 28px;
    }
    .share_con .time {
        margin-right: 20px;
    }
    .new_page .right {
        padding-left: 0;
        width: 100%;
        margin-top: 15px;
    }
    .contact_page {
        height: auto;
    }
    .contact_page .left {
        width: 100%;
        height: 280px;
    }

    .contact_page .right {
        width: 100%;
        padding: 20px 15px;
    }

    .case_top_container li .info_con .p1 {
        font-size: 20px;
    }
    .case_top_container li .info_con .p2 {
        font-size: 14px;
        margin-top: 10px;
    }
    .case_top_container li .info_con dl {
        margin: 15px 0 30px;
    }
    .case_top_container li .info_con dl dd {
        font-size: 15px;
    }
.mobile_name i{
          font-size: 16px;
    margin: 25px 0 0px;
    background: -ms-linear-gradient(to right,#6ebc4d,#3595d3);
    background: -webkit-linear-gradient(to right,#6ebc4d,#3595d3);
    background: -o-linear-gradient(to right,#6ebc4d,#3595d3);
    background: -moz-linear-gradient(to right,#6ebc4d,#3595d3);
    background: linear-gradient(to right,#6ebc4d,#3595d3);
    color: #fff;
    padding: 6px 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
  .swiper-button-prev-honor,
  .swiper-button-next-honor{
        display: none;
  }

}



@media screen and (max-width: 320px) {
    .w {
        margin: 0;
        width: auto;
        padding: 0 10px;
    }

}

